icontheme: Align function arguments
authorAlexander Larsson <alexl@redhat.com>
Wed, 5 Feb 2020 08:30:47 +0000 (09:30 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 6 Feb 2020 08:38:25 +0000 (09:38 +0100)
gtk/gtkicontheme.c

index e69db64f1f7f1d3c7b008593aef35130a400663e..4d2ac88497fb14c3f4d43b3bb9afb1e69843e0ee 100644 (file)
@@ -3532,7 +3532,7 @@ icon_ensure_scale_and_texture__locked (GtkIconPaintable *icon,
  */
 GdkTexture *
 gtk_icon_paintable_download_texture (GtkIconPaintable *self,
-                           GError **error)
+                                     GError **error)
 {
   GdkTexture *texture = NULL;
 
@@ -3639,13 +3639,13 @@ icon_paintable_snapshot (GdkPaintable *paintable,
  */
 void
 gtk_icon_paintable_snapshot_with_colors (GtkIconPaintable *icon,
-                               GtkSnapshot  *snapshot,
-                               double        width,
-                               double        height,
-                               const GdkRGBA *foreground_color,
-                               const GdkRGBA *success_color,
-                               const GdkRGBA *warning_color,
-                               const GdkRGBA *error_color)
+                                         GtkSnapshot       *snapshot,
+                                         double             width,
+                                         double             height,
+                                         const GdkRGBA     *foreground_color,
+                                         const GdkRGBA     *success_color,
+                                         const GdkRGBA     *warning_color,
+                                         const GdkRGBA     *error_color)
 {
   GdkTexture *texture;